@charset "utf-8";
/* CSS Document */


/*
 - base setting
 - header
 - contents
 - left column
 - center column
 - login menu(left navi)
 - index list
 - footer
 - edit top for setting mode
 - toppage
   take care of "what's new" ID number
*/


/*-----　base setting　------------------------------------*/
* {
	font-size:14px;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#42cb53 url(/userimg/body_bg.jpg) center top no-repeat;
	color:#666;
}

.ntcir_container,
#_container {
	width:100%;
}


/* link */
a:link,
a:visited {
	color:#1482c4;
	text-decoration:none;
}
a:hover {
	color:#1482c4;
	text-decoration:underline;
}
a:active {
	color:#33ccff;
	text-decoration:underline;
}


/* font */
.txtS {
	font-size:12px;
}


/*-----　header　------------------------------------*/

.valign-top.align-left {
	background:url(/userimg/cont_top.gif) center bottom no-repeat;
}
.valign-top.align-left .valign-top.align-left,
.leftcolumn.valign-top.align-left,
.centercolumn.valign-top.align-left {
	background:none;
}

#_headercolumn {
	padding-top:11px;
	margin-bottom:29px;
	background-color:#d4f64d;
}
#__headercolumn {
	height:134px;
	border-top:solid 1px #D4D4D4;
	border-bottom:solid 1px #D4D4D4;
	background-color:#fff;
}
#_container #__headercolumn table.widthmax:first-child {
	width:100px;
	margin:0 auto;
	background:none;
}

.header {
	width:1035px;
	margin:0 auto;
	position:relative;
}
h1.logo {
	margin:18px 0 0 28px;
	float:left;
}
.copy {
	width:358px;
	height:41px;
	margin:30px 0 0 27px;
	background:url(/userimg/main_copy.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

ul.menu,
ul.gnavi {
	margin:0;
	padding:0;
}
ul.menu li,
ul.gnavi li {
	margin:0;
	padding:0;
	line-height:0;
	list-style:none;
	float:left;
}
ul.menu {
	float:right;
}
ul.menu li {
	height:84px;
	margin-top:18px;
	border-right:solid 1px #ccc;
}
ul.menu li.home {
	height:29px;
	padding:55px 16px 0 0;
}

ul.gnavi {
	top:115px;
	left:0;
	position:absolute;
}
ul.gnavi li {
	margin-right:1px;
}



/*-----　contents　------------------------------------*/

#_container td:not([class]) {
	background:url(/userimg/cont_bottom.gif) center bottom no-repeat;
}
#_container td td:not([class]) {
	background:none;
}
#_container table.widthmax:first-child {
	width:1035px;
	margin:0 auto 31px;
	background:url(/userimg/cont_body.gif) center top repeat-y;
}
#_container table.widthmax table.widthmax {
	width:100%;
	background:none;
}



/*-----　left column　------------------------------------*/

#_leftcolumn {
	width:316px;
	background:none;
}

#_leftcolumn .th_classic_default {
	border:none;
}
#_leftcolumn .th_classic_content {
	padding:0;
}


/* menu */
#_leftcolumn .outerdiv {
	padding:0;
}
#common_menu {
	margin:0;
	padding:0;
}
#common_menu li {
	list-style:none;
}
#common_menu li a {
	width:242px;
	padding:24px 0 24px 41px;
	border-bottom:solid 1px #ccc;
	list-style:none;
	background:url(/userimg/navi_icon.gif) 15px 25px no-repeat;
	display:block;
	text-decoration:none;
}
#common_menu li ul {
	padding:0;
}
#common_menu li ul li a {
	width:227px;
	padding:10px 0 10px 55px;
	font-size:13px;
	background:#eff0f0 url(/userimg/subnavi_icon.gif) 43px 17px no-repeat;
}

#common_menu li a:link,
#common_menu li a:visited {
	color:#000;
}
#common_menu li a:hover {
	color:#1482c4;
}


/* calender */
#_container #_leftcolumn table.th_panelbasic_default.widthmax {
	width:240px;
	margin:22px 0 0 12px;
}
.th_panelbasic_upperleft,
.th_panelbasic_upper,
.th_panelbasic_upperright,
.th_panelbasic_left,
.th_panelbasic_right,
.th_panelbasic_belowleft,
.th_panelbasic_below,
.th_panelbasic_belowright {
	display:none;
}
.th_panelbasic_content {
	padding:18px 22px 10px;
	border:solid 1px #109f42;
}

.calendar_prev_year a:link {
	background:url(/userimg/calender_prev.gif) center no-repeat;
}
.calendar_next_year a:link {
	background:url(/userimg/calender_next.gif) center no-repeat;
}
.calendar_prev_year a img,
.calendar_next_year a img {
	visibility: hidden;
}



/*-----　center column　------------------------------------*/

#_centercolumn {
	width:719px;
	background:none;
}
.module_box {
}
div.hr {
	margin:0 0 5px 30px;
	padding:5px 0 0;
	clear:both;
}


/* page title */
.contenthead {
	width:719px;
	height:86px;
	margin:-11px -8px 0;
	background:url(/userimg/h2_bg.jpg) no-repeat;
}
.contenthead .pagetitle {
	width:577px;
	margin-left:30px;
	line-height:86px;
	font-size:21px;
	font-weight:bold;
	color:#003399;
	float:left;
}
.contenthead .ntcir_english {
	margin:35px 10px 0 0;
	line-height:86px;
	background:url(/userimg/btn_lang_right.png) right no-repeat;
	float:right;
}
.contenthead .ntcir_english a:link,
.contenthead .ntcir_english a:visited {
	width:72px;
	height:20px;
	padding-left:30px;
	color:#1482c4;
	text-decoration:none;
	background:url(/userimg/btn_lang_icon.png) left no-repeat;
	display:block;
}
.contenthead .ntcir_english a:hover {
	color:#1482c4;
	text-decoration:underline;
}

.pageread {
	width:687px;
	margin:0 -8px;
	padding:10px 0 10px 30px;
	font-size:16px;
	color:#1482c4;
	background-color:#dee8ee;
	border-left:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	border-top:solid 1px #ccc;
}

div.contents_box h3 {
	width: 98%;
	border-bottom: 1px dotted #1482c4;
	margin: 30px 0 5px 20px;
	padding: 5px 0;
	font-size: 120%;
	color: #000000;
}


/* contents */

div.contents_box .section {
	padding: 0px 25px;
}
div.contents_box .section p {
	/*font-size: 85%;*/
	margin: 0 0 10px;
}
div.contents_box .section p.indent {
	margin-left: 1.2em;
}
div.contents_box .section p .indent_mark {
	text-indent: -1.5em;
	display: block;
	float: left;
	font-size: 12px;
}
div.contents_box .section p a {
	margin: 0 5px;
}
div.contents_box .section .figue_img {
	border: 1px solid #cccccc;
	background: #eeeeee;
	float: right;
	padding: 15px;
	margin: 10px 0 0 15px;
}
div.contents_box .section .figue_img img {
	margin: 0 auto;
}
div.contents_box .section ol {
	margin: 20px 0;
	padding: 0 0 0 20px;
}
div.contents_box .section ul {
	margin: 20px 0;
	padding: 0;
}
div.contents_box .section ol li {
	margin: 0 0 15px;
}
div.contents_box .section ul li {
	list-style: none;
	margin: 0 0 5px;
}
div.contents_box .section ul li a {
	background: url(/userimg/icon_link.gif) no-repeat;
	padding: 0 0 0 20px;
}
div.contents_box .section table {
    width: 653px;
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div.contents_box .section table th {
	background: url(/userimg/table_bg.png) top left #dff5f5 no-repeat;
    padding: 5px;
    border: #cccccc solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    font-size: 12px;
    color: #000000;
}
div.contents_box .section table td {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    font-size: 11px;
}
div.contents_box .section table td.line_head {
	background: url(/userimg/table_bg.png) top left #dff5f5 no-repeat;
}

div.contents_box .notetxt p,
div.contents_box p.notetxt {
	font-size:12px;
}

.img_box {
	text-align: center;
}


/* login menu(left navi) */

#__centercolumn .widthmax .column.valign-top > div.cell {
	width:703px;
}
#__centercolumn .widthmax .column.valign-top > div.cell .module_box.classic_blue .th_classic_blue.widthmax .th_classic_content.content {
	width:681px;
	display:table-cell;
	background-color:#FFF;
}
#__centercolumn .widthmax .column.valign-top > div.cell .module_box.classic_blue .th_classic_blue.widthmax .th_classic_content.content .outerdiv {
    width: auto;
	margin: 0 1px 0 0;
    padding: 10px 18px 10px 18px;
}

.cabinet_explore_folder_tree * {
	font-size:12px;
}
.cabinet_explore_folder_tree {
    width: 150px;
}
.cabinet_explorer_header.cabinet_right_header,
.cabinet_right {
	width:100%;
}
.cabinet_right .cabinet_default_grid_row * {
	font-size:12px;
	word-break:break-all;
	white-space:normal;
}
.cabinet_file_name {
    width: 100px;
}
.cabinet_file_size {
    width: 35px;
}
.cabinet_file_ins_user,
.cabinet_file_upd_user {
    width: 65px;
}
.cabinet_file_ins_date,
.cabinet_file_upd_date {
    width: 50px;
}
.cabinet_file_comment {
    width: 100px;
}
.cabinet_context {
    width: 18px;
}
.cabinet_count {
    width: 10px;
}
.cabinet_right .cabinet_count * {
	font-size:10px;
	white-space:nowrap;
}



/*-----　index list　------------------------------------*/
div.contents_box .section ul.indexlist li {
	margin: 0 0 10px;
}
div.contents_box .section ul.indexlist li a {
	padding: 0 0 0 25px;
}



/*-----　footer　------------------------------------*/

.footercolumn.valign-top.align-left {
	background:#334C43 url(/userimg/footer_bg.gif) center top repeat;
}
.ntcir_footer {
	width:1035px;
	margin:0 auto;
}
.ntcir_footer td {
	padding:25px 0;
}
.ntcir_footer td.ntcir_power {
	color:#fff;
	text-align:right;
}
.ntcir_fmenu ul, .ntcir_fmenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.ntcir_fmenu li {
	padding-right:20px;
	float:left;
}
.ntcir_fmenu a:link, .ntcir_fmenu a:visited {
	padding-left:10px;
	color:#fff;
	text-decoration:none;
	background:url(/userimg/footer_icon.png) left no-repeat;
}
.ntcir_fmenu a:hover {
	text-decoration:underline;
}



/*-----　edit top for setting mode　------------------------------------*/

#_container .th_system .th_system_inside table.widthmax:first-child {
	margin-bottom:0;
}



/*-----　toppage　------------------------------------*/

.topnews {
	width:669px;
	margin:10px 0 0 25px;
	padding:0;
}
.topnews li {
	margin:5px 0 0;
	padding:0;
	list-style:none;
	line-height:1;
}
.topnews li .date {
	width:115px;
	clear:both;
	float:left;
}
.topnews li .news {
	width:554px;
	float:left;
}
.topnews li .news a {
	padding-left:22px;
	background:url(/userimg/icon_link.gif) left 3px no-repeat;
	display:inline-block;
}


/* whats new */
#_centercolumn .module_box.noneframe .th_none.widthmax .content .whatsnew_results h3.highlight {
	width:658px;
	padding:5px 0 5px 10px;
}
#_centercolumn .module_box.noneframe .th_none.widthmax .content #whatsnew_contents_462 {
	width:668px;
	margin:0 0 0 30px;
}
#_centercolumn .module_box.noneframe .th_none.widthmax .content #whatsnew_contents_462 .widthmax {
	margin:-5px 0 0;
}
#_centercolumn .module_box.noneframe .th_none.widthmax .content .widthmax .whatsnew_time {
	padding:2px 20px 3px 5px;
}


/* organizer */
.ntcir_organizer_box {
	width:285px;
	margin:50px 0 0 30px;
	padding:2px 0 2px 2px;
	border:solid 1px #ccc;
}
.ntcir_organizer {
	padding:10px 10px 20px 30px;
	background:url(/userimg/ntcir_pickup_border.gif) left top repeat-y;
}
.ntcir_organizerintroduce {
	margin-bottom:10px;
	color:#003399;
	font-weight:bold;
	background:url(/userimg/ntcir_pickup_title_bg.gif) right top no-repeat;
}
.ntcir_txt1 {
	font-size:16px;
	color:#000;
}
.ntcir_txt2 {
	font-size:12px;
	color:#109f42;
}
.ntcir_txt3 {
	font-size:10px;
}
.ntcir_txt4 {
	font-size:12px;
}

label {
}
#_centercolumn div.outerdiv {
	width:100%;
	margin:0 1px 0 30px;
	padding:10px 0 10px 18px;
	background-color:#f5fcea;
	font-size:12px;
}





.th_none_content {
background-color:#FFF
}